public void NumberToCubicYardsPerFootTest() => Assert.Equal(VolumePerLength.FromCubicYardsPerFoot(2), 2.CubicYardsPerFoot());
public static VolumePerLength CubicYardsPerFoot <T>(this T value) => VolumePerLength.FromCubicYardsPerFoot(Convert.ToDecimal(value));