namespace PhoenixLib.Caching { public interface ILongKeyCachedRepository : ICachedRepository { } }