public static Task <int> sumAsync <L>(EitherUnsafe <L, Task <int> > self) =>
 self.SumAsync();