private UserCountDto GetUserCount(UndeadEarthDataContext undeadEarthDataContext, Guid userId)
 {
     //TODO: when a user gets created, automatically place an empty count entry for user
     return undeadEarthDataContext.GetUserCountByUserId(userId);
 }