namespace Jtr.Tools.API.Requests; public abstract class TransformRequest { public string Source { get; init; } = string.Empty; }