public CommandResponse Handle(DisplayItem command) { Interlocked.Increment(ref _displayItem); return(command.Succeed()); }