public void WhenICallGetMethodToGetUserInformationUsingUser(string userid) { APImethods.CreateRequest(userid); }
public void WhenICallGetMethodOfApi() { APImethods.CreateRequest(); }