private static ITypeName GetName(this IInterface interfaceElement,
                                  ISubstitution substitution,
                                  IDictionary <DeclaredElementInstance, IName> seenElements)
 {
     return(Names.Type("i:" + interfaceElement.GetAssemblyQualifiedName(substitution, seenElements)));
 }