public async Task RemovePlan(Guid id) { using (var planDao = new PlanDao()) { await planDao.RemoveAsync(id); } }