public void Exists() { var cmd = kernel.Get<ICommand>("info"); cmd.Should().NotBeNull(); cmd.Name.Should().Be("info"); }