According to my calculation, the numbers $10^{4999}-20777$ and $10^{4999}+22669$ are consecutive (very probable) primes.
1) Are the numbers really prime ?
2) Are the primes really consecutive ?
I did not check all the numbers in one session, so I might have forgotten to check some numbers.
You should mention what testing methods you used.
You likely have a pair of Probable primes. From the PRP Records, you'd need to run the following tests:
Mathematica's PrimeQ uses probable prime methods. As of yet, there are no known examples of a composite number passing all of the current probable prime tests -- but 15 years ago, there was another suite of tests and two counterexamples were found, which led to the new suite of tests.