public bool HasRole(string role)
 {
     return(_outputTarget.HasRole(role));
 }