using AutoMapper; namespace ModernKeePass.Application.Common.Mappings { public interface IMapFrom { void Mapping(Profile profile); } }