public KvpDbProxy(IKvpDb<object,object> db, Type t) : base(t) { this.db = db; }
public Distributor(DhtRing ring, ISingleRpcSender sender, IKvpDb<string,object> db) { this.ring = ring; this.db = db; this.sender = sender; }