public static IAcre Acres(this SByte input) => ObjectFactory.CreateAcre(input);
public static IAcre Acres(this Int64 input) => ObjectFactory.CreateAcre(input);