public static TenantMessage InterpretMessageBody(StormPathDocument document)
 {
     return TenantMessage.Parse(document);
 }
        public static ApplicationMessage Parse(StormPathDocument stormPathDocument)
        {

            return stormPathDocument.ParseMessage(_PropertyMap,_LinkMap);
        }