public static TOwner BeInRange <TOwner>(
     this IDataVerificationProvider <Size, TOwner> should,
     int fromWidth,
     int fromHeight,
     int toWidth,
     int toHeight)
     where TOwner : PageObject <TOwner>
 =>
 should.BeInRange(new Size(fromWidth, fromHeight), new Size(toWidth, toHeight));