public void WhenICallPOSTMethodOfAPIUsingJohnAnd(string strUserName, int iScore) { RestAPIHelper.createRequestForPOST(strUserName, iScore); }