public static ComponentRegistration <object> TryAddAopBehavior(this ComponentRegistration <object> componentRegistration) { if (componentRegistration.Implementation.IsDefined(typeof(AopAttribute), true)) { return(componentRegistration.AddAopBehavior()); } return(componentRegistration); }