public override void SetValue(object component, object value) { setValueHandler.IfFound(x => x((TComponent)component, (TProperty)value)); }