/// <req> https://github.com/chendoy/wsep_14a/wiki/Use-cases#use-case-overlook-details-about-stores-and-their-products-24 </req>
 public Dictionary <string, object> getStoreInfo(int storeId)
 {
     return(storeManagment.getStoreInfo(storeId));
 }