fun quoteById(id: String): Quote?
Returns the Quote with the requested id or null if no such Quote exists.
id - The id of the requested Quote.
id
Return Quote with the requested id or null if no such Quote exists.