public string ExpandString(string source)
 {
     if (_cmdlet != null)
     {
         _cmdlet.ThrowIfStopping();
     }
     return(_context.Engine.Expand(source));
 }