internal List <string> AsString() { if (ProviderId == null) { return(UserIds); } return(UserIds.ConvertAll(x => ProviderId + ":" + x)); }