public Message(SerializationInfo info, StreamingContext context) { MessageID = (long)info.GetValue("MessageID", MessageID.GetType()); }