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