public virtual async Task <bool> ExistsAsync(PlatformType platformType, string version)
 {
     return(await VersionRepository.ExistsAsync(platformType, version));
 }