public void SetUp()
 {
     TestRuntime.AssertXcodeVersion(6, 0);
     op = new CKFetchSubscriptionsOperation(ids);
 }
 public void SetUp()
 {
     TestRuntime.AssertXcodeVersion(6, 0);
     TestRuntime.AssertSystemVersion(ApplePlatform.MacOSX, 10, 10, throwIfOtherPlatform: false);
     op = new CKFetchSubscriptionsOperation(ids);
 }