protected virtual void AssertedWidthBetweenEventHandler(object sender, LayoutComponentTwoValuesActionEventArgs arg) { }
protected override void AssertedHeightBetweenEventHandler(object sender, LayoutComponentTwoValuesActionEventArgs arg) => Logger.LogInformation($"Assert {arg.Element.ComponentName} height is {arg.ActionValue}-{arg.SecondActionValue} px.");