public GitRemoteRepositoryContextFactory(RemoteRepoArgs args)
 {
     this.args = args;
 }
 public GitRemoteRepositoryContextFactory(RemoteRepoArgs args)
 {
     this.args = args;
 }
 public GitRemoteRepositoryContextFactory(RemoteRepoArgs args, IFileSystem fileSystem)
 {
     this.args = args;
     this.fileSystem = fileSystem;
 }