func (m *Mongo) Init() error {
    if err := m.verifyConfig(); err != nil {
        m.Errorf("config validation: %v", err)
        return err
    }