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