static ScreenCapturer() { Instance = new ScreenCapturer(0); }
static void Initialize(int screenIndex) { Instance = new ScreenCapturer(screenIndex); }