public bool IsTextContains(string text) { return((bool)_mediator.Value.Wait(() => _provider.TextContain(text))); }