Logger.LogInformation($"Removing the controller{(existingControllerModels.Length > 1 ? "s" : "")} {exposeServicesAttr.ServiceTypes.Select(c => c.AssemblyQualifiedName).JoinAsString(",")} from the application model since {(existingControllerModels.Length > 1 ? "theyare" : "itis")} replaced by the controller: {controllerModel.ControllerType.AssemblyQualifiedName}");
Logger.LogInformation($"Removing the controller{(exposedControllerModels.Length > 1 ? "s" : "")} {exposeServicesAttr.ServiceTypes.Select(c => c.AssemblyQualifiedName).JoinAsString(",")} from the application model since {(exposedControllerModels.Length > 1 ? "theyare" : "itis")} replaced by the controller: {controllerModel.ControllerType.AssemblyQualifiedName}");