public CommitmentsGateway(IStatisticsApi statisticsApi) { _statisticsApi = statisticsApi; }
public TwistClient() { var httpClient = new HttpClient(); Statistics = new StatisticsApi(httpClient); }