//مپینگ-RemoveAll

        public static void SyncRemoveAllMappings(IMappingService mappingService)
        {
            mappingService.DeleteMany(x => true);


            //var r = new Dictionary<string, string> {{"نگاشت", "تمامی نگاشت ها با موفقیت حذف گردید"}};
            //return r;
        }