public static void StopOwinSelfHost()
 {
     OwinSelfHostHelper.Stop();
 }
 public static void RunOwinSelfHost(TestContext testContext)
 {
     OwinSelfHostHelper.Run();
 }