private bool ensureProjectColors() { if (this.colors != null) { return(true); } Toggl.GetProjectColors(); if (this.colors != null) { return(true); } Toggl.Debug("Error: Did not receive project colours when required."); return(false); }