kirillrakhman
fun <T : AbstractServiceFragment> ServiceFragmentCompanion<T>.find(fm: FragmentManager) = fm.findFragmentByTag(TAG) as? T