public void ShouldConstruct()
        {
            AssetPlugin plugin = new TestAssetPlugin();

            plugin.Should().NotBeNull();
        }