I'm creating multi-tenancy application, with single database per library, for example....I want to dynamically add library name to route, for example, when user trying to get all books .../Books/GetAllBooks..., I must add library name, which could be retr...