public static bool IsContractAttribute(this AttributeData @this, SemanticModel model) =>
 @this.IsSubclassOf(typeof(ContractAttribute), model);