public static ServiceResult <object> Delete(string positionId) { PositionAdapter.Delete(positionId); return(new ServiceResult <object>()); }