public SyntaxToken FormatInheritance(OperatorSyntax syntax)
 {
     return(FormatInheritance(syntax.GetInheritance()));
 }