public ProGetAssetDownloaderTests()
 {
     _config = new ProGetConfiguration
     {
         ProGetUser     = "******",
         ProGetPassword = "******"
     };
 }
 public ProGetAssetDirectoryListerTests()
 {
     _config = new ProGetConfiguration
     {
         ProGetUser     = "******",
         ProGetPassword = "******"
     };
 }
        public ProGetAssetDirectoryListerTests()
        {
            _config = new ProGetConfiguration
            {
                ProGetUser     = "******",
                ProGetPassword = "******"
            };

            _server = HttpMockRepository.At(Host).WithNewContext();
        }
        public ProGetAssetPusherTests()
        {
            _config = new ProGetConfiguration
            {
                ProGetUser     = "******",
                ProGetPassword = "******"
            };

            _log = new FakeLog();
        }