namespace System.Threading { class SemaphoreSlim { public void Release() { } } }