namespace CH.CQRS.Service.Energy.Options; public class EnableEnergyProviderCommandOptions { public long ProviderId { get; set; } }