factory BNGProjection({required double easting, required double northing}) { return BNGProjection._create(easting, northing); }