public static OrientedSize AsOriented(this Size size, Orientation orientation) { return(SizeUtils.AsOriented(size, orientation)); }