pub fn string_response<T, S>(status_code: T, body: S) -> Responsewhere StatusCode: TryFrom<T>, <StatusCode as TryFrom<T>>::Error: Into<Error>, S: Into<String>,
Convert to a string and return that with the status code