public Arbitrator(Processor processor, CommandsMemory commandsMemory, Distributor distributor) { Processor = processor; CommandsMemory = commandsMemory; Distributor = distributor; }
public Distributor(CommandsMemory commandsMemory) { CommandsMemory = commandsMemory; }