Пример #1
0
 protected virtual ValueTask <IStateStorage <S, K> > GetStateStorage()
 {
     return(StorageContainer.GetStateStorage <K, S>(this));
 }