using System; namespace CIG { public interface ICanSerialize { StorageDictionary Serialize(); } }