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