public void IsDistributable_Test(MyCommon.TabUsageType tabType, bool expected) { Assert.Equal(expected, tabType.IsDistributable()); }