public Task <List <ISale> > FetchSales(string customerId) { return(Task.FromResult(ServiceMocks.GetSales(customerId))); }