namespace FSO.Common.Content { public interface IContentReference : IContentReference { T Get(); } public interface IContentReference { object GetGeneric(); object GetThrowawayGeneric(); } }