/// <summary>
 /// 获取指定类型的 IShardSessionFactory 实例
 /// </summary>
 /// <param name="entityType"></param>
 /// <returns></returns>
 public IShardSessionFactory GetSessionFactory(Type entityType, bool valid = false)
 {
     return(shardConfig.GetSessionFactory(entityType, valid));
 }