public async Task <Node> GetNode(string schedName, string schedInstanceId) { return(await _store.GetNode(schedName, schedInstanceId)); }