public bool Equals(IPythonClassType other)
 => Name == other?.Name && DeclaringModule.Equals(other?.DeclaringModule);