public bool ShouldBreakStartUp(DebuggerStartInfoBase sessionModelStartInfo, out string reason)
 {
     reason = null;
     return(false);
 }
 public bool IsApplicable(DebuggerStartInfoBase modelStartInfo)
 {
     return(false);
 }
 public StartInfo GetStartInfo(Lifetime lifetime, DebuggerStartInfoBase modelStartInfo, SessionProperties properties)
 {
     return(StartInfo.Empty);
 }