private async Task <bool> GetExists(Guid userId) { return(await _businessRepository.GetBusinessExist(userId)); }