public static PolicyStatement WithNotActions(this PolicyStatement statement, params string[] actions)
 {
     statement.AddNotActions(actions);
     return(statement);
 }