public static bool BoolAttributeValue <TAttribute>(this ISymbol symbol, bool defaultValue = false)
 {
     return(symbol.BoolAttributeValue(typeof(TAttribute), defaultValue));
 }