static MessagePropertyInfo()
 {
     Properties = MessageAndPropertiesHelper.ReadProperties() ?? new List <MessagePropertyInfo>
     {
         new MessagePropertyInfo("MachineName", "String", Environment.MachineName),
         new MessagePropertyInfo("UserName", "String", Environment.UserName)
     };
 }