public async Task <bool> AddBusinessAsync(Business business) { return(await _repository.AddBusinessAsync(business)); }