public RoomListConfigRepository(IRoomMatchContext context) : base(context.RoomListConfigs)
 {
 }
 public CoinsRangeConfigRepository(IRoomMatchContext context) : base(context.CoinsRangeConfigs)
 {
 }