public abstract IEnumerable <ShardId> ResolveShardIds(ShardedEntityKey id);
public override IEnumerable <ShardId> ResolveShardIds(ShardedEntityKey id) { return(ShardIds); }