public void Creating_component_is_nut_supported_by_soap_service() { _builder .Summary("test") .Project("test") .Component("test component foo"); Should.Throw <NotSupportedException>(() => _builder.CreateRemoteComponents()); }