public bool EnsureEnvironment(out IEnumerable <string> errors)
 {
     return(inner.EnsureEnvironment(out errors));
 }