public AccountManager(IWebDriveAccountFactory webDriveAccountFactory)
 {
     this.webDriveAccountFactory = webDriveAccountFactory;
     this.accounts = new List <IWebDriveAccount>();
 }
 public AccountManager(IWebDriveAccountFactory webDriveAccountFactory)
 {
     this.webDriveAccountFactory = webDriveAccountFactory;
     this.accounts = new List<IWebDriveAccount>();
 }