public void SendNotificationsForNewlyAddedUser(string userIdf, string ownNumber) { NotificationManager mgr = new NotificationManager(); string result = mgr.AndroidPush(mgr.GetIdsToNotifyForNewUser(userIdf), String.Format(AppConfigManager.NewlyAddesUserMessage, ownNumber)); // if result is false then log exception }