public void WhenICallGetMethodToGetUserInformationUsingWl(string userid) { RestAPIHelper.GetRequest(userid); }
public void WhenICallGetMethodInAPI() { RestAPIHelper.GetRequest(); }