public void RegisterUser(string email, string password, string username) { registerContext.Register(email, password, username); }