public static bool IsOnSupportBranch(this Flow gitFlow)
 {
     return(IsOnSpecifiedBranch(gitFlow, GitFlowSetting.Develop));
 }