public static VolumeFlow AcreFeetPerHour <T>(this T value) => VolumeFlow.FromAcreFeetPerHour(Convert.ToDecimal(value));
public void NumberToAcreFeetPerHourTest() => Assert.Equal(VolumeFlow.FromAcreFeetPerHour(2), 2.AcreFeetPerHour());