public static IMvcCoreBuilder AddIdentityUtilsAuthenticationControllerAssemblyPart(this IMvcCoreBuilder builder)
        {
            builder.RemoveIdentityUtilsAuthenticationControllerAssemblyPart();
            builder.AddApplicationPart(controllersAssembly);

            return(builder);
        }