public async Task <AttachmentResponse> DeleteAttachmentAsync(string hash) { return(await _api.DeleteAttachment(_api_token, hash)); }