public RemoteApplicationDeploymentDirectory(IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher)
 {
     _deploymentRepository = deploymentRepository;
     _appDeploymentMatcher = appDeploymentMatcher;
 }
 public RemoteApplicationDeploymentDirectory(IDeploymentRepository deploymentRepository, IAppDeploymentMatcher appDeploymentMatcher)
 {
     _deploymentRepository = deploymentRepository;
     _appDeploymentMatcher = appDeploymentMatcher;
 }