public Tutorial1Hub()
 {
     this._userModel = new UserModel();
 }
 public UserController()
 {
     this._userModel = new UserModel();
 }
 public Tutorial4Hub()
 {
     this._userModel = new UserModel();
     this._userModel.OnUserRetrieved += ReceiveUserEvent;
 }