ENG-4850
Depends on D9110
We can remove old current user info and simplify the code. Reasoning copied from the task:
- As you can see in D1463 when OldCurrentUserInfo the version was 86, while our current minimal supported version is 128
- fetchCurrentUserInfo uses fetchLoggedInUserInfo, which if you look at the code, never actually creates OldCurrentUserInfo structure, it always created the newer type
- Other code always uses fetchCurrentUserInfo as the source of truth so we can also change their signatures