public ShardSetConfig SaveConfiguration(ShardSetConfig shardSetConfig)
 {
     return(_configRepository.AddShardSetConfig(shardSetConfig));
 }