public void Setup()
 {
     _store = MockRepository.GenerateMock<IXenStore>();
     _reader = new XenNetworkInformation(_store);
     SetupTwoInterfacesInVmDataNetworking();
     _network = _reader.Get();
 }
 public void Setup()
 {
     _store  = MockRepository.GenerateMock <IXenStore>();
     _reader = new XenNetworkInformation(_store);
     SetupTwoInterfacesInVmDataNetworking();
     _network = _reader.Get();
 }