public static IFluentApi <T> ForReleaseType <T>(this IFluentApi <T> api, ReleaseType releaseType) where T : HasReleaseTypeParameter
 {
     return(api.ForReleaseType(releaseType.ToString()));
 }