using System; namespace PhoenixLib.Caching { public interface IUuidKeyCachedRepository : ICachedRepository { } }