public void Load(System.IO.BinaryReader reader) { this.Type = (Types)reader.ReadByte(); this.DateTime = ReadDateTime(reader); this.Message = reader.ReadString(); }