public async Task <string> Registration(UserInfo userInfo)
 {
     return(await _userManagementRepository.Registration(userInfo));
 }