pub fn validate_positive_float_parameter<T: FloatData<T>>(
    value: T,
    parameter: &str
) -> Result<(), ForustError>