public List <OperationInfo> GetOperationInfos(Type entityType) { return(Return(MethodInfo.GetCurrentMethod(), () => OperationLogic.ServiceGetOperationInfos(entityType))); }