public void GetSchema_Should_Return_Null()
 {
     var sut = new Button();
     Assert.IsNull(sut.GetSchema());
 }