void OnClickCallback()
 {
     if (m_ScreenshotManager)
     {
         m_ScreenshotManager.Capture();
     }
 }