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