public void TestsSetup()
        {
            AutoMapperConfig.RegisterMappings();

            this.tagsServiceMock  = ServicesObjectFactory.GetTagsService();
            this.controller       = new TagsController(this.tagsServiceMock);
            this.controller.Cache = new HttpCacheService();
        }