public static CapOptions UseDashboard(this CapOptions capOptions)
 {
     return(capOptions.UseDashboard(opt => { }));
 }