namespace Application.Features.ReferenceData.GetBank { public sealed record Response(string Value, string Text); }