public bool Create(string pipeName)
 {
     Injection.RunAADServerAsync(pipeName);
     return(true);
 }