Generates a unique ID. If prefix is provided the ID is appended to it.
prefix
The value to prefix the ID with.
Returns the unique ID.
_.uniqueId('contact_'); // => 'contact_104' _.uniqueId(); // => '105'