namespace Application.Features.Api.Developers.Apps.CreateApp; public sealed record Response( int AppID, string ClientID, string ClientSecret );