private bool HasPrefix(string input) { return(ContinuationUtilities.HasPrefix(input, _continuationProfile)); }