public static SosController detach(this SosController sosController) { if (sosController.Attached) { sosController.Detach(); } return(sosController); }