private Task <RowSet> UpdatePeerState(PeerState p) { return(_dataContext.PeerStates.Insert(new CassandraPeerState(p)).ExecuteAsync()); }