public async Task Register(User user) { await pushNotificationService.RegisterForPush("currentUser", user.Token); }