namespace Taloyhtio.GeneralApi.Core.Services { public interface IConverter { TDest Convert(TSource source); } }