internal protected virtual ProjectRunConfiguration OnCreateRunConfiguration(string name)
 {
     return(next.OnCreateRunConfiguration(name));
 }