pub async fn init(
    filter_configs: Vec<SgRouteFilter>,
    init_dto: SgPluginFilterInitDto
) -> TardisResult<Vec<(String, BoxSgPluginFilter)>>