protected override async Task <bool> OnDeleteAsync(string id) { await DataAccessProvider.DeletePolicyAsync(id, CancellationToken); return(true); }