[Test] public void InstanceIsCreated()
        {
            TypedValue result = runtime.Create(typeof(SampleClass).FullName, new TreeList <string>());

            Assert.IsTrue(result.Value is SampleClass);
        }