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