pub fn service_to_handler_name(service_name: &str) -> String
Convert service name to handler trait name e.g., “CatalogsService” -> “CatalogHandler”