namespace Application.Features.Api.Developers.Apps.RotateSecret; public sealed record Response(string ClientID, string NewClientSecret);