public static void Close(this Square.OkHttp3.IWebSocket webSocket, long code, string reason) => webSocket.Close((int)code, reason);
 public static void SendPing(this Square.OkHttp3.IWebSocket webSocket) => throw new System.NotImplementedException();