protected virtual void AssertedNearRightOfApproximateEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg) { }
protected override void AssertedBottomInsideOfApproximateEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg) => Logger.LogInformation($"Assert {arg.Element.ElementName} is {arg.ActionValue} px bottom inside of {arg.SecondElement.ElementName}. ({arg.SecondActionValue}% tolerance)");
protected virtual void AssertedNearLeftOfBetweenEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg) { }
protected override void AssertedBelowOfBetweenEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg) => Logger.LogInformation($"Assert {arg.Element.ElementName} is {arg.ActionValue}-{arg.SecondActionValue} px below of {arg.SecondElement.ElementName}.");