framex helps c# developers using asp.net core to isolate functional operations code from controllers in rest API projects using Template Pattern.It takes the execution of business operations in API routines out to a separate processor thus isolating the functional code and API routine in resource controller.This enables TDD to test the processors alone and avoiding redundant testing on controller classes