public static decimal CreateNonZeroDecimal(this IFixture fixture) =>
 fixture.Create <bool>()
     ? fixture.CreateGreaterThan(0m)
     : fixture.CreateLowerThan(0m);