public void CreateMockers()
 {
     mocker = new ApiServiceMockerWithAuthentication();
     AutomaticAuthentication = true;
     ApiContextTestHelper.ResetContextToDefault(Context);
 }
 public void CreateMockers()
 {
     mockers = new ApiServiceMocker();
     ApiContextTestHelper.ResetContextToDefault(Context);
 }