pub fn long_to_string<T>(input: Result<T>) -> Result<String>where
    T: ToString,