public static Saga <T> WithUniformSession <T>(this Saga <T> saga, TestableUniformSession uniformSession) where T : Saga
 => throw new NotImplementedException();
 public static Handler <T> WithUniformSession <T>(this Handler <T> handler, TestableUniformSession uniformSession)
 => throw new NotImplementedException();