protected GearmanConnectionManager()
 {
     _connections = new List<IGearmanConnection>();
     _connectionFactory = new GearmanConnectionFactory();
 }
 protected GearmanConnectionManager()
 {
     _connections       = new List <IGearmanConnection>();
     _connectionFactory = new GearmanConnectionFactory();
 }