public async Task RemoveAsync(Client client) { _clientsRepository.Remove(client); await _unitOfWork.SaveChangesAsync(); }