public void IsEmptyValue_AsExpected() { Assert.True(AllowedValues.IsEmptyValue("")); Assert.True(AllowedValues.IsEmptyValue(".")); Assert.False(AllowedValues.IsEmptyValue("-")); }