private void GetMe()
 {
     var agService = new AgileZenService(_currentUser.ApiKey);
     agService.GetMe(HandleMeCallFinished);
 }