public Manager(ICashe <IEnumerable <T> > cache) { _cache = cache; }
public Fibonachi(ICashe <int> cache) { this.cache = cache; }