public async Task AddCustomer(Customer customer) { await Client.CreateDocumentAsync(Collection.SelfLink, customer); }