public async Task TestUpdate()
 {
     var progressService = new ProgressService(new TestOAuthProvider());
     await progressService.Update(767951, EpStatus.Remove);
 }