public bool HandleErrors(Action action, bool throwExceptions = false)
 {
     return(SharingLogic.HandleErrors(action, throwExceptions));
 }