public void MinimumSdkCheck()
 {
     TestRuntime.AssertXcodeVersion(7, 0);
     TestRuntime.RequestContactsPermission();
 }