using System; namespace Luticate2.Auth.Utils.Interfaces { public interface ILuConvertersAllocator { object GetInstance(Type type); } }