private void ReportAchivement() { if (counter != null) { counter.ReportPlatformData(); } if (googleService != null) { googleService.ReportSocialHeight((int)reportScore); } }