public void WhenIPerformPOSTOperationToLoginWithUserAnd(string nickname, string password)
 {
     response = Rest.Login(nickname, password);
 }