public static IPluginRepo New(IPluginRepo impl) { return new SyncedDllRepo(impl); }
private SyncedDllRepo(IPluginRepo impl) { _impl = impl; }