protected function get_delete_category_url(Category $category)
 {
     return NewsletterUrlBuilder::delete_stream($category->get_id());
 }