Please make key methods such as FreshDesk.SendGetRequest protected, such that we can inherit from FreshDesk and add any missing API methods. For example I'm missing GetCustomerById among other things, but i have to copy and modify the project instead of inheriting, which causes duplication.
Thanks