public byte[] ToBytes()
 {
     Header.PayloadLen = (ulong)WebSocketPayload.Length;
     return(Header.ToBytes(WebSocketPayload));
 }