namespace MetaAssets { public interface IMetaData { string toBasicString(); } }