export interface ILogout {
  Text?: string       // 58
  EncodedTextLen?: number// 354
  EncodedText?: Buffer// 355
}
