private void ProcessAndLogServerError(ServerError serverError)
 {
     Error = serverError.ToString();
     LogAndShowError();
 }