Startup generated code order

Hi,

The generated startup file in the backend has a partial method "partial void OnConfigure(IApplicationBuilder app, IHostingEnvironment env)" which I can override.
But it's called at the bottom of the generated startup configuration.

For the logging I'm using I need to register the middleware before the generated "app.UseMvc".
Is there any way in radzen to circumvent this without having to ignore the entire startup file?

At the moment the only way is to use the ignore list.