@inherits SecondLevelComponentAsyncModel
Second Level Component
@if (Parameter is null) {
Parameter is null
} else {
Parameter Value: @Parameter
}