public User CreateUser(string name){ return new User{ Id = name }; }