public string GetActionDone() { //throw new NotImplementedException(); var test = new TestEntity(); return(test.ActionOne()); }