Methods defined by a service interface (an interface which directly or indirectly extends IHttpService) should have the following property:
The method should return Task<{action}ApiCall>, and the {action}ApiCall class should implement IHttpApiCall<T> (for some T).