public string GetMyUserId() { if (socialService != null) { return(socialService.GetMyUserId()); } return(null); }