public void Register(string key, Project project) { HapticApi.RegisterFeedback(key, project.ToJsonObject().ToString()); }