public async Task CancelAsync(EntityDto <Guid> input) { var @blog = await _blogManager.GetAsync(input.Id); _blogManager.Cancel(@blog); }