namespace ReferenceClientProxyImplementation.Patches.Constants; public class Constant { public required string SourceValue { get; set; } public required string TargetValue { get; set; } }