static ScreenShotMeta shootScreenWithMeta(Rect bounds) { var timeRange = new TimestampRange().from(tsNow()); ScreenShotMeta result = new(timeRange, bounds, shootScreen2(bounds)); timeRange.to(tsNow()); ret result; }