public static void Create()
        {
            var data  = new BooleanData();
            var style = new TestStyle(data);

            Assert.That(style.Data, Is.SameAs(data));
        }
 public override TestStyle Add(TestStyle style) =>
 throw new NotImplementedException();