public static TOwner BeLessOrEqual <TOwner>(
     this IDataVerificationProvider <Size, TOwner> should,
     int expectedWidth,
     int expectedHeight)
     where TOwner : PageObject <TOwner>
 =>
 should.BeLessOrEqual(new Size(expectedWidth, expectedHeight));