System.out.println("Prospect saved");
//it get it back
//creates the contact message
Message message = new Message(msg, prospectKey.getId());
Key<Message> messageKey = messagesRepo.save(message);
System.out.println("Message saved");
//get the message back to use the id
Contact contact = new Contact(company, telephone, messageKey.getId());
//saves the contact at Google servers