WebView context not listed for native app having webview in c#.net android automation

List AllContexts = new List();
foreach (var context in (driver.Contexts))
{
AllContexts.Add(context);
Console.WriteLine(context);
}
Return only NATIVE_APP.
App automation begins with Native and redirects to webview after button tap.