Try your search with a different keyword or use * as a wildcard.
@model ConfigurationModel
@{
Layout = "_ConfigurePlugin";
}
@using Nop.Plugin.Payments.CheckMoneyOrder.Models
@await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent))