public BindingImporter(PlatformName platform, ErrorHandling errors, TypeDatabase peerDatabase = null)
     : this(TypeAggregator.PathForPlatform(platform), errors, peerDatabase)
 {
     this.platform = platform;
 }