public void WhenICallPUTMethodOfAPIUsingAndrewAnd(string strUserName, int iScore) { RestAPIHelper.createRequestForPUT(strUserName, iScore); }