async private void Delete_Clicked(object sender, EventArgs e)
 {
     Topics.DeleteTopic(_monitorTopic);
     await Navigation.PopModalAsync();
 }