using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Developers.OverrideRateLimit; public sealed record Command(int AppID, int LimitPerMinute) : ICommand<Result>;