private void DeletePlan(string planId) { var success = api.DeletePlan(planId); Assert.That(success, Is.True); }