public async Task <IEnumerable <RetailerModel> > GetAllRetailers() { return(await _retailRepository.GetAllRetailers()); }