namespace Notepad.Infrastructure.Core { public interface IMapper { Output MapFrom(Input item); } }