public static BaseCommand ToBaseCommand(this CommandConsumerStats value) { return(new BaseCommand { type = BaseCommand.Type.ConsumerStats, consumerStats = value }); }
public Builder() { _stats = new CommandConsumerStats(); }