pub type GetEndpointsHashMap<TMsg> = HashMap<String, Box<dyn GetEndpoint<TMsg>>>;
Коллекция точек GET
struct GetEndpointsHashMap<TMsg> { /* private fields */ }