我在Angular的.NET核心项目中使用CleanArchitecture,并尝试在该项目模板中使用位于CleanArchitecture/src/Application/Common/Behaviours/上的LoggingBehaviour类,如下所示: namespace CleanArchitecture.Application.Common.Behaviours public class LoggingBehaviour<TRequest> : IRequestPreProcessor<TRequest> priva