public static void SliceBytes(MemoryCursor cursor)
 {
     HandshakeType.Parse(cursor);
     HandshakeLength.SliceBytes(cursor);
 }