public bool DeactivateClient(long clientId) { return(_customDataAccess.DeactivateClient(clientId)); }