public void CompleteTask(IDatabase db, string task, string timestamp, string responsible) { if (_case == TestCase.CompleteTask) { throw new NotImplementedException(); } _lua.CompleteTask(db, task, timestamp, responsible); }