public IDisposable Busy(CommonBusyType type)
 {
     return Busy(type.ToString());
 }