public async Task <RetailerModel> GetRetailer(string retailerId) { return(await _retailRepository.GetRetailer(retailerId) ?? new RetailerModel()); }