public byte[] FrameBinary(byte[] bytes)
 {
     if (handler != null)
     {
         return(handler.FrameBinary(bytes));
     }
     else
     {
         return(bytes);
     }
 }