func (_m *UserProvider) Exists(_a0 context.Context, _a1 int64) (bool, error) {
    ret := _m.Called(_a0, _a1)

    var r0 bool
    if rf, ok := ret.Get(0).(func(context.Context, int64) bool); ok {