public int IsCurrentUser(IVsStatusbarUser pUser, ref int pfCurrent)
 {
     throw new Exception("The method or operation is not implemented.");
 }
 public int IsCurrentUser(IVsStatusbarUser pUser, ref int pfCurrent)
 {
     throw new NotImplementedException();
 }