public async Task <Result <AffiliatesSummaryModel> > GetAffiliatesSummary() { return(await _affiliateService.GetAffiliatesSummary()); }