[Version("0.1.0")] class LMI_Test { [Key] uint32 Id; string Value; boolean SetValue([In] string value); string GetValue(); };