using System; namespace Luticate2.Auth.Utils.Interfaces { public interface ILuConvertersTypeConverter { Type ConvertType(Type typeFrom); } }