public static Task <bool> DeleteSubscription(Subscription subscription)
 {
     return(firestore.DeleteSubscription(subscription));
 }