namespace CH.CQRS.Command.Energy; public class EnableEnergyRateCommandOptions { public long RateId { get; set; } }