public async Task <dynamic> Delete(string id, string categoryId, string retrospectiveId)
 {
     return(await commandDispatcher.DeleteRetrospectiveItemAsync(new DeleteRetrospectiveItemCommand { RetrospectiveItemId = id, CategoryId = categoryId, RetrospectiveId = retrospectiveId }));
 }