namespace CH.CQRS.Service.Energy.Options; public class UpdateEnergyProviderCommandOptions { public long ProviderId { get; set; } public required string Name { get; set; } }