func NewApi(key string, loc string) *Api { return &Api{ Key: key, Location: loc, Api: api.MustNew(baseURI), } }
func NewApi() *Api { return &Api{ RU: api.MustNew(baseRU), EN: api.MustNew(baseEN), } }