public CodeAttributeDeclaration Convert(DebuggableAttribute attribute)
 {
     return new CodeAttributeDeclaration(new CodeTypeReference(attribute.GetType()), new CodeAttributeArgument(new CodePrimitiveExpression(attribute.DebuggingFlags)));
 }