private void UpdateAttributionHandlerStatus() { if (Paused()) { AttributionHandler.PauseSending(); } else { AttributionHandler.ResumeSending(); } }