public Task <User> CreateUserAsync(string username)
 {
     return(_userDataManager.CreateUserAsync(username));
 }