public TransferScript Get(int id)
 {
     return(_scriptMapper.Map(_scriptService.FetchScriptById(id)));
 }