public static bool IsConnected(this IConnectable connectable)
 {
     return(connectable.GetParentConnection() != null);
 }