public void IsEmpty() => FastEnum.IsEmpty <TEnum>().Should().BeTrue();
public void IsEmpty() => FastEnum.IsEmpty <TEnum>().Should().Be(false);