public async Task <string> DeactivateUser(int userId)
 {
     return(await _userManagementRepository.DeactivateUser(userId));
 }