public void TestBackgroundColor()
        {
            var result = new String();

            result.Append("<mat-tab-group backgroundColor=\"primary\"></mat-tab-group>");
            Assert.Equal(result.ToString(), GetResult(_component.BackgroundColor(Color.Primary)));
        }