public bool Verify(string document) { ISignService signService = ObjectFactory.GetInstance <ISignService>(); return(signService.Verify(document)); }