using Application.Abstractions.Messaging; namespace Application.Features.Admin.Crypto.TickerConfig.Save; public sealed record Command( int TickerRefreshSeconds, decimal SurgeThreshold, decimal PlungeThreshold, int MainPageCoinCount ) : ICommand;