public async Task Focus()
 {
     try
     {
         await _photoCamera.FocusAsync();
     }
     catch { }
 }