public void RegisterCommand_Correctly() { _commands.AddCommand(_fakeCommand); _commands.GetCommand("someCommand").IsSuccess.Should().Be(true); _commands.GetCommand("someCommand").Value.Should().Be(_fakeCommand); }