namespace Shared.Core.Interfaces.SPI { public interface IRepositoryFactory { IItemInfra CreateItemRepository(); } }