public bool IsMatch(in TypePair context) => GetConstructor(context.SourceType, context.DestinationType) != null;
GetConstructor(context.SourceType, context.DestinationType) != null;