namespace Application.Features.Api.Developers.Profile.UpsertProfile; public sealed record Response(int ID, bool Created);