public static void FaultNotaSocket(this IOwinContext context) { context.Fault(500, "Not a socket request, server expects a web socket"); }