public async Task <Result <bool> > PayForAffiliateOrders(int id)
 {
     return(await _affiliateService.PayForAffiliateOrders(id, GetLastMonthStartDayFromPSTInLocal()));
 }